home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-16 | 845 b | 24 lines | [TEXT/ttxt] |
- DropBin v1.5
-
- This program encodes a binhex file. Either drop a file on this application,
- or open a file from within this app, and it will binhex the file.
-
- This program started as a port of a C program by Matthew Mora called AutoBin.
- The CalcCRC stuff was replaced with a new routine created from scratch (using
- the write-up on Binhex 4.0 that Peter N Lewis released). Some other stuff was
- also added to improve the user interface (better event handling, progress bar, etc.).
-
-
- Programmed by Bill Catambay, 5/20/97. E-mail at bill@catambay.com
-
- Project includes:
-
- • DropBin.p - main program
- • DropBinUtils.p - utility routines
- • DropBinAE.p - AppleEvent routines
- • BinHex.p - binhex routines
- • BinProgress.p - processing routines
- • Toolbox.p - basic toolbox initializing stuff
- • DropBin.µ - CW11 project file
- • DropBin.rsrc - resource file
-